 |
|
 |
Subject: Combobox in XPages using @DbColumn |
 |
 |
 |
Product Area: Domino Designer on Eclipse (DDE) |
 |
Technical Area: Application Development |
 |
Platform: Windows |
 |
Release: 8.5.1 |
 |
Reproducible: Unknown |
 |
 |
 |
 |
I am new to Xpages and am using a combobox on an XPage that has it's Value set to lookup to the Domino Directory:
var db = new Array(@DbName()[0], "names.nsf");
@DbColumn(db, "($VIMPeopleAndGroups)", 2)
However, it does not show/return anything and I do not have an error.
For testing purposes, I have also tried to lookup to a view inside the current database, and I cannot get this to work -- nothing is returned.
Here is the code I used:
@DbColumn(@DbName(), "(ProjectsAll)", 1)
and
@DbColumn("", "(ProjectsAll)", 1)
I know I am missing something, just can't get a handle on it.
Thanks!
 
Feedback number WEBB8BBP46 created by ~Fred Xanjumimarakoi on 11/18/2010

Status: Open
Comments:

Combobox in XPages using @DbColumn (~Fred Xanjumima... 18.Nov.10)
. . Re: Combobox in XPages using @DbCol... (~Tip Kinizenniv... 19.Nov.10)
. . . . That did it... (~Fred Xanjumima... 19.Nov.10) |
|  |
|